home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / graphics / bitlin / frmabout.frm < prev    next >
Text File  |  1995-05-23  |  2KB  |  75 lines

  1. VERSION 2.00
  2. Begin Form frmAbout 
  3.    Caption         =   "About Bitmap Liner"
  4.    Height          =   1740
  5.    Left            =   1350
  6.    LinkTopic       =   "Form1"
  7.    ScaleHeight     =   1335
  8.    ScaleWidth      =   4440
  9.    Top             =   1080
  10.    Width           =   4560
  11.    Begin CommandButton cmdOK 
  12.       Caption         =   "&OK"
  13.       FontBold        =   -1  'True
  14.       FontItalic      =   0   'False
  15.       FontName        =   "Arial"
  16.       FontSize        =   8.25
  17.       FontStrikethru  =   0   'False
  18.       FontUnderline   =   0   'False
  19.       Height          =   375
  20.       Left            =   3480
  21.       TabIndex        =   0
  22.       Top             =   120
  23.       Width           =   735
  24.    End
  25.    Begin Label lblFree 
  26.       Caption         =   "(Free Software+Free Source)"
  27.       FontBold        =   -1  'True
  28.       FontItalic      =   0   'False
  29.       FontName        =   "Arial"
  30.       FontSize        =   9.75
  31.       FontStrikethru  =   0   'False
  32.       FontUnderline   =   0   'False
  33.       ForeColor       =   &H000000FF&
  34.       Height          =   255
  35.       Left            =   120
  36.       TabIndex        =   3
  37.       Top             =   840
  38.       Width           =   2775
  39.    End
  40.    Begin Label lblCopyright 
  41.       Caption         =   "(C) 1995 by Hitoshi Ozawa"
  42.       FontBold        =   -1  'True
  43.       FontItalic      =   0   'False
  44.       FontName        =   "Arial"
  45.       FontSize        =   9.75
  46.       FontStrikethru  =   0   'False
  47.       FontUnderline   =   0   'False
  48.       Height          =   255
  49.       Left            =   120
  50.       TabIndex        =   2
  51.       Top             =   480
  52.       Width           =   2895
  53.    End
  54.    Begin Label lblTitle 
  55.       Caption         =   "Bitmap Liner Ver 1.00E"
  56.       FontBold        =   -1  'True
  57.       FontItalic      =   0   'False
  58.       FontName        =   "Arial"
  59.       FontSize        =   9.75
  60.       FontStrikethru  =   0   'False
  61.       FontUnderline   =   0   'False
  62.       Height          =   255
  63.       Left            =   120
  64.       TabIndex        =   1
  65.       Top             =   120
  66.       Width           =   2415
  67.    End
  68. End
  69. Sub cmdOK_Click ()
  70.  
  71. frmAbout.Hide   'hide About form
  72.  
  73. End Sub
  74.  
  75.